home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / mail / YAM22src.lha / makeall.ados < prev    next >
Text File  |  2000-11-03  |  445b  |  25 lines

  1. echo Compiling 68060 version...
  2. copy SCOPTIONS.0 SCOPTIONS
  3. echo >>SCOPTIONS "CPU=68060"
  4. delete #?.o quiet
  5. smake
  6. move YAM YAM.060
  7.  
  8. echo Compiling 68040 version...
  9. copy SCOPTIONS.0 SCOPTIONS
  10. echo >>SCOPTIONS "CPU=68040"
  11. delete #?.o quiet
  12. smake
  13. move YAM YAM.040
  14.  
  15. echo Compiling 68020 version...
  16. copy SCOPTIONS.0 SCOPTIONS
  17. echo >>SCOPTIONS "CPU=68020"
  18. delete #?.o quiet
  19. smake
  20.  
  21. scompare -oYAM.060.pch YAM YAM.060
  22. scompare -oYAM.040.pch YAM YAM.040
  23.  
  24.  
  25.